Reads the specified T data from a memory location.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Shared Function Read(Of  As {New, Struct})( _
   ByVal  As System.IntPtr _
) As 
             
        
            
            public static  Read<>( 
   System.IntPtr 
)
where T: new(), struct
             
        
             
        
            パラメータ
- source
 
- Memory location to read from.
 
            型パラメータ
- T
 
- Type of a data to read.
 
            戻り値の型
The data read from the memory location.